home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 October / Australian PC User - October 2003 (CD1).iso / software / online / files / slingsht.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-08-04  |  9.9 KB  |  167 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=Slingshot
  4. AppVerName=Slingshot 1.2
  5. AppId=Slingshot
  6. AppPublisher=Tenebril Inc.
  7. AppPublisherURL=http://www.tenebril.com/products/slingshot/index.html
  8. AppSupportURL=http://www.tenebril.com/products/slingshot/index.html
  9. AppUpdatesURL=http://www.tenebril.com/products/slingshot/index.html
  10. AppMutex=TenDownloader Class
  11. DefaultDirName={pf}\Slingshot
  12. DefaultGroupName=Slingshot
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.rtf
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{sys}\archlib.dll"; DestDir: "{sys}"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  21. Source: "{sys}\tenarchlib\datalib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  22. Source: "{sys}\tenarchlib\syslib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  23. Source: "{sys}\tenarchlib\uilib.dll"; DestDir: "{sys}\tenarchlib"; Flags: uninsneveruninstall restartreplace comparetimestamp 
  24. Source: "{app}\Slingshot.exe"; DestDir: "{app}"; 
  25. Source: "{app}\Slingshot.ini"; DestDir: "{app}"; 
  26. Source: "{app}\mods\aboutpage"; DestDir: "{app}\mods"; 
  27. Source: "{app}\mods\addressbook"; DestDir: "{app}\mods"; 
  28. Source: "{app}\mods\addurldlg"; DestDir: "{app}\mods"; 
  29. Source: "{app}\mods\anet"; DestDir: "{app}\mods"; 
  30. Source: "{app}\mods\befn"; DestDir: "{app}\mods"; 
  31. Source: "{app}\mods\bind"; DestDir: "{app}\mods"; 
  32. Source: "{app}\mods\bind-bar"; DestDir: "{app}\mods"; 
  33. Source: "{app}\mods\curdownloads"; DestDir: "{app}\mods"; 
  34. Source: "{app}\mods\debugger"; DestDir: "{app}\mods"; 
  35. Source: "{app}\mods\default"; DestDir: "{app}\mods"; 
  36. Source: "{app}\mods\divers"; DestDir: "{app}\mods"; 
  37. Source: "{app}\mods\diverswin"; DestDir: "{app}\mods"; 
  38. Source: "{app}\mods\dlgs"; DestDir: "{app}\mods"; 
  39. Source: "{app}\mods\dlgs-bar"; DestDir: "{app}\mods"; 
  40. Source: "{app}\mods\dlhistory"; DestDir: "{app}\mods"; 
  41. Source: "{app}\mods\dlman"; DestDir: "{app}\mods"; 
  42. Source: "{app}\mods\dlwizard"; DestDir: "{app}\mods"; 
  43. Source: "{app}\mods\filemanager"; DestDir: "{app}\mods"; 
  44. Source: "{app}\mods\filemap"; DestDir: "{app}\mods"; 
  45. Source: "{app}\mods\fileserve"; DestDir: "{app}\mods"; 
  46. Source: "{app}\mods\fileshare"; DestDir: "{app}\mods"; 
  47. Source: "{app}\mods\fileshareclient"; DestDir: "{app}\mods"; 
  48. Source: "{app}\mods\filesharedlg"; DestDir: "{app}\mods"; 
  49. Source: "{app}\mods\ftp"; DestDir: "{app}\mods"; 
  50. Source: "{app}\mods\genfileprops"; DestDir: "{app}\mods"; 
  51. Source: "{app}\mods\handlers"; DestDir: "{app}\mods"; 
  52. Source: "{app}\mods\http"; DestDir: "{app}\mods"; 
  53. Source: "{app}\mods\impwizard"; DestDir: "{app}\mods"; 
  54. Source: "{app}\mods\keyword"; DestDir: "{app}\mods"; 
  55. Source: "{app}\mods\listEx"; DestDir: "{app}\mods"; 
  56. Source: "{app}\mods\locationman"; DestDir: "{app}\mods"; 
  57. Source: "{app}\mods\main"; DestDir: "{app}\mods"; 
  58. Source: "{app}\mods\main-bar"; DestDir: "{app}\mods"; 
  59. Source: "{app}\mods\mainwindow"; DestDir: "{app}\mods"; 
  60. Source: "{app}\mods\manage"; DestDir: "{app}\mods"; 
  61. Source: "{app}\mods\netusepage"; DestDir: "{app}\mods"; 
  62. Source: "{app}\mods\noteserver"; DestDir: "{app}\mods"; 
  63. Source: "{app}\mods\options"; DestDir: "{app}\mods"; 
  64. Source: "{app}\mods\scheduleman"; DestDir: "{app}\mods"; 
  65. Source: "{app}\mods\schedulerpage"; DestDir: "{app}\mods"; 
  66. Source: "{app}\mods\searchfile"; DestDir: "{app}\mods"; 
  67. Source: "{app}\mods\searchpage"; DestDir: "{app}\mods"; 
  68. Source: "{app}\mods\searchweb"; DestDir: "{app}\mods"; 
  69. Source: "{app}\mods\sendnote"; DestDir: "{app}\mods"; 
  70. Source: "{app}\mods\setupwizard"; DestDir: "{app}\mods"; 
  71. Source: "{app}\mods\shutdown"; DestDir: "{app}\mods"; 
  72. Source: "{app}\mods\sitespage"; DestDir: "{app}\mods"; 
  73. Source: "{app}\mods\smartman"; DestDir: "{app}\mods"; 
  74. Source: "{app}\mods\snapshot"; DestDir: "{app}\mods"; 
  75. Source: "{app}\mods\soundspage"; DestDir: "{app}\mods"; 
  76. Source: "{app}\mods\stickynote"; DestDir: "{app}\mods"; 
  77. Source: "{app}\mods\stringEx"; DestDir: "{app}\mods"; 
  78. Source: "{app}\mods\system"; DestDir: "{app}\mods"; 
  79. Source: "{app}\mods\thread"; DestDir: "{app}\mods"; 
  80. Source: "{app}\mods\trayicon"; DestDir: "{app}\mods"; 
  81. Source: "{app}\mods\trial"; DestDir: "{app}\mods"; 
  82. Source: "{app}\mods\uninstaller"; DestDir: "{app}\mods"; 
  83. Source: "{app}\mods\updateman"; DestDir: "{app}\mods"; 
  84. Source: "{app}\mods\updatenotify"; DestDir: "{app}\mods"; 
  85. Source: "{app}\mods\updatespage"; DestDir: "{app}\mods"; 
  86. Source: "{app}\mods\bind-bar.cd"; DestDir: "{app}\mods"; 
  87. Source: "{app}\mods\bind.cd"; DestDir: "{app}\mods"; 
  88. Source: "{app}\ties\dlIE.dll"; DestDir: "{app}\ties"; Flags: restartreplace 
  89. Source: "{app}\ties\dlIEbar.dll"; DestDir: "{app}\ties"; Flags: restartreplace 
  90. Source: "{app}\ties\NPtendl.dll"; DestDir: "{app}\ties"; Flags: restartreplace 
  91. Source: "{app}\help\advanced.html"; DestDir: "{app}\help"; 
  92. Source: "{app}\help\awarenet.html"; DestDir: "{app}\help"; 
  93. Source: "{app}\help\choosefiles.html"; DestDir: "{app}\help"; 
  94. Source: "{app}\help\connect.html"; DestDir: "{app}\help"; 
  95. Source: "{app}\help\dial.html"; DestDir: "{app}\help"; 
  96. Source: "{app}\help\dlexp.html"; DestDir: "{app}\help"; 
  97. Source: "{app}\help\download.html"; DestDir: "{app}\help"; 
  98. Source: "{app}\help\ftr.html"; DestDir: "{app}\help"; 
  99. Source: "{app}\help\hdr.html"; DestDir: "{app}\help"; 
  100. Source: "{app}\help\ie.html"; DestDir: "{app}\help"; 
  101. Source: "{app}\help\index.html"; DestDir: "{app}\help"; 
  102. Source: "{app}\help\inset.html"; DestDir: "{app}\help"; 
  103. Source: "{app}\help\install.html"; DestDir: "{app}\help"; 
  104. Source: "{app}\help\kb.html"; DestDir: "{app}\help"; 
  105. Source: "{app}\help\locman.html"; DestDir: "{app}\help"; 
  106. Source: "{app}\help\nav.html"; DestDir: "{app}\help"; 
  107. Source: "{app}\help\notes.html"; DestDir: "{app}\help"; 
  108. Source: "{app}\help\options.html"; DestDir: "{app}\help"; 
  109. Source: "{app}\help\pauseresume.html"; DestDir: "{app}\help"; 
  110. Source: "{app}\help\sharing.html"; DestDir: "{app}\help"; 
  111. Source: "{app}\help\starting.html"; DestDir: "{app}\help"; 
  112. Source: "{app}\help\toc.html"; DestDir: "{app}\help"; 
  113. Source: "{app}\help\tray.html"; DestDir: "{app}\help"; 
  114. Source: "{app}\help\img\awarenet.jpg"; DestDir: "{app}\help\img"; 
  115. Source: "{app}\help\img\bb.gif"; DestDir: "{app}\help\img"; 
  116. Source: "{app}\help\img\dlexp.jpg"; DestDir: "{app}\help\img"; 
  117. Source: "{app}\help\img\dlpage.jpg"; DestDir: "{app}\help\img"; 
  118. Source: "{app}\help\img\dlwizard.jpg"; DestDir: "{app}\help\img"; 
  119. Source: "{app}\help\img\dot.jpg"; DestDir: "{app}\help\img"; 
  120. Source: "{app}\help\img\downbtn-on.gif"; DestDir: "{app}\help\img"; 
  121. Source: "{app}\help\img\downbtn.gif"; DestDir: "{app}\help\img"; 
  122. Source: "{app}\help\img\fsadmin.jpg"; DestDir: "{app}\help\img"; 
  123. Source: "{app}\help\img\fsclient.jpg"; DestDir: "{app}\help\img"; 
  124. Source: "{app}\help\img\homebtn-on.gif"; DestDir: "{app}\help\img"; 
  125. Source: "{app}\help\img\homebtn.gif"; DestDir: "{app}\help\img"; 
  126. Source: "{app}\help\img\iebar.jpg"; DestDir: "{app}\help\img"; 
  127. Source: "{app}\help\img\kb.jpg"; DestDir: "{app}\help\img"; 
  128. Source: "{app}\help\img\locman.jpg"; DestDir: "{app}\help\img"; 
  129. Source: "{app}\help\img\notes.jpg"; DestDir: "{app}\help\img"; 
  130. Source: "{app}\help\img\options.jpg"; DestDir: "{app}\help\img"; 
  131. Source: "{app}\help\img\pause.jpg"; DestDir: "{app}\help\img"; 
  132. Source: "{app}\help\img\prodbtn-on.gif"; DestDir: "{app}\help\img"; 
  133. Source: "{app}\help\img\prodbtn.gif"; DestDir: "{app}\help\img"; 
  134. Source: "{app}\help\img\setupwnd.jpg"; DestDir: "{app}\help\img"; 
  135. Source: "{app}\help\img\sidetop.jpg"; DestDir: "{app}\help\img"; 
  136. Source: "{app}\help\img\storebtn-on.gif"; DestDir: "{app}\help\img"; 
  137. Source: "{app}\help\img\storebtn.gif"; DestDir: "{app}\help\img"; 
  138. Source: "{app}\help\img\supportbtn-on.gif"; DestDir: "{app}\help\img"; 
  139. Source: "{app}\help\img\supportbtn.gif"; DestDir: "{app}\help\img"; 
  140. Source: "{app}\help\img\titleexp.gif"; DestDir: "{app}\help\img"; 
  141. Source: "{app}\help\img\tl.gif"; DestDir: "{app}\help\img"; 
  142. Source: "{app}\help\img\topban.jpg"; DestDir: "{app}\help\img"; 
  143. Source: "{app}\help\img\traymenu.jpg"; DestDir: "{app}\help\img"; 
  144. Source: "{app}\help\style\main-help.css"; DestDir: "{app}\help\style"; 
  145. Source: "{app}\help\style\main.css"; DestDir: "{app}\help\style"; 
  146. Source: "{app}\cmplib.dll"; DestDir: "{app}"; 
  147. Source: "{app}\notelib.dll"; DestDir: "{app}"; 
  148. Source: "{app}\reslib.dll"; DestDir: "{app}"; 
  149. [Registry]
  150. Root: HKCR; Subkey: "SSnvPE File"; ValueName: "TArray"; ValueType: String; 
  151. Root: HKLM; Subkey: "SOFTWARE\Tenebril\Slingshot"; ValueName: "Location"; ValueType: String; ValueData: "{app}\Slingshot.exe"; Flags: uninsdeletekey 
  152. Root: HKLM; Subkey: "SOFTWARE\Tenebril\Slingshot"; ValueName: "Data"; ValueType: String; ValueData: "{app}"; Flags: uninsdeletekey 
  153. [Run]
  154. Filename: "{app}\Slingshot.exe"; Description: "Launch Slingshot"; Flags: postinstall skipifsilent nowait
  155. [Icons]
  156. Name: "{group}\Slingshot"; Filename: "{app}\Slingshot.exe"; Parameters: "main"; Comment: "Slingshot: the web fast, under control"; 
  157. Name: "{group}\Friends files"; Filename: "{app}\Slingshot.exe"; Parameters: "fclient"; IconFilename: "{app}\Slingshot.exe"; IconIndex: 2; Comment: "Slingshot file sharing client"; 
  158. Name: "{group}\Sharing my files"; Filename: "{app}\Slingshot.exe"; Parameters: "fshare"; IconFilename: "{app}\Slingshot.exe"; IconIndex: 1; Comment: "Slingshot file sharing server"; 
  159. Name: "{group}\Help with Slingshot"; Filename: "{app}\help\index.html"; 
  160. Name: "{commonstartup}\Slingshot daemon"; Filename: "{app}\Slingshot.exe"; Comment: "Slingshot daemon: provides services"; 
  161. Name: "{userdesktop}\Slingshot"; Filename: "{app}\Slingshot.exe"; Parameters: "main"; Comment: "Slingshot: the web fast, under control"; Tasks: desktopicon; 
  162. [Tasks]
  163. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  164. [UninstallDelete]
  165. Type: files; Name: "{app}\settings.dat"; 
  166. Type: dirifempty; Name: "{app}"; 
  167.